projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d5edd
)
* lisp/faces.el (mode-line-highlight): Use :box only when supported.
author
Jared Finder
<jared@finder.org>
Fri, 6 Nov 2020 05:15:08 +0000
(21:15 -0800)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 14 Nov 2020 12:36:14 +0000
(14:36 +0200)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 728f8b0fe67a08f64ec63c800e25e0de818febc5..7355e1dd0a5690ae442e652db56af0506b1e6c9e 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-2578,7
+2578,7
@@
non-nil."
:group 'basic-faces)
(defface mode-line-highlight
- '((((class color) (min-colors 88))
+ '((((
supports :box t) (
class color) (min-colors 88))
:box (:line-width 2 :color "grey40" :style released-button))
(t
:inherit highlight))